From 668b13f238ae502bb3d721451e3b48545056234a Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Wed, 3 Dec 2025 22:22:16 +0100 Subject: [PATCH] luci-app-tinyproxy: bump bind to dynamic list for multiple values Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js b/applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js index efe4f26bba..eb89015284 100644 --- a/applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js +++ b/applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js @@ -116,7 +116,7 @@ return view.extend({ o.placeholder = '0.0.0.0'; - o = s.taboption('general', form.Value, 'Bind', _('Bind address'), + o = s.taboption('general', form.DynamicList, 'Bind', _('Bind address'), _('Specifies the address Tinyproxy binds to for outbound forwarded requests')); o.optional = true; -- 2.30.2